func runtime.setBlockOnExitSyscall
6 uses
runtime (current package)
metrics.go#L821: if thread, ok := setBlockOnExitSyscall(p); ok {
proc.go#L1669: if thread, ok := setBlockOnExitSyscall(pp); ok {
proc.go#L2185: if thread, ok := setBlockOnExitSyscall(p2); ok {
proc.go#L5036: if thread, ok := setBlockOnExitSyscall(oldp); ok {
proc.go#L6686: thread, ok := setBlockOnExitSyscall(pp)
proc.go#L6750: func setBlockOnExitSyscall(pp *p) (syscallingThread, bool) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |